- stack handling
- работа со стеком
Англо-русский словарь промышленной и научной лексики. 2014.
Англо-русский словарь промышленной и научной лексики. 2014.
Stack (data structure) — In computer science, a stack is an abstract data type and data structure based on the principle of Last In First Out (LIFO) . Stacks are used extensively at every level of a modern computer system. For example, a modern PC uses stacks at the… … Wikipedia
Stack-oriented programming language — A stack oriented programming language is one that relies on a stack machine model for passing parameters. Several programming languages fit this description, notably Forth and PostScript, and also many Assembly languages (but on a much lower… … Wikipedia
Exception handling — is a programming language construct or computer hardware mechanism designed to handle the occurrence of exceptions, special conditions that change the normal flow of program execution. Programming languages differ considerably in their support… … Wikipedia
Call stack — In computer science, a call stack is a stack data structure that stores information about the active subroutines of a computer program. This kind of stack is also known as an execution stack, control stack, run time stack, or machine stack, and… … Wikipedia
Double-stack rail transport — A BNSF double stack train passing through Cajon Pass in California … Wikipedia
Anaconda Smelter Stack — Infobox nrhp name = Anaconda Copper Mining Company Smoke Stack nrhp type = |Anaconda stack|thumb|right caption = Anaconda Stack location = Anaconda, Montana nearest city = lat degrees = lat minutes = lat seconds = lat direction = long degrees =… … Wikipedia
Graham Stack — Graham Stack Spielerinformationen Voller Name Graham Christopher Stack Geburtstag 26. September 1981 Geburtsort Hampstead, England Position Torw … Deutsch Wikipedia
Microsoft-specific exception handling mechanisms — Microsoft Windows OS family employs some exception handling mechanisms that are based on the operation system specifics. Contents 1 Structured Exception Handling 1.1 Usage 1.2 Implementation 1.3 … Wikipedia
Exception handling syntax — varies between programming languages to accommodate their overall syntax. Some languages don t call the concept exception handling or they may not have direct facilities for it, but they can still provide means for implementing it. Catalogue of… … Wikipedia
Danny Handling — Personal information Full name Danny Handling Date of birth 6 February 1994 ( … Wikipedia
Automated Exception Handling — is a computing term referring to the computerized handling of errors. Runtime engines such as those for the Java language or Microsoft .Net lend themselves to an automated mode of exception or error handling. In these environments software errors … Wikipedia